PageMargins

public interface PageMargins<T extends PrintSettings>

Allows configuring the page margins.

Implemented by concrete PrintSettings implementations that support configuring the page margins.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract PageMargins pageMargins()
Returns the page margins.
public abstract T pageMargins(PageMargins pageMargins)
Configures the page margins for printing.